home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2003 November A / PCWK1103A.iso / Top10FreewarePL-SOFT / DriveRescue / setup.exe / {app} / rescue.exe / 0 / RCDATA / TFINDDIALOG / TFINDDIALOG.txt
Text File  |  2002-06-30  |  2KB  |  131 lines

  1. object FindDialog: TFindDialog
  2.   Tag = 360
  3.   Left = 245
  4.   Top = 108
  5.   ActiveControl = EditName
  6.   BorderStyle = bsDialog
  7.   Caption = 'Find'
  8.   ClientHeight = 327
  9.   ClientWidth = 316
  10.   Color = clBtnFace
  11.   ParentFont = True
  12.   OldCreateOrder = True
  13.   Position = poScreenCenter
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Bevel1: TBevel
  18.     Left = 4
  19.     Top = 8
  20.     Width = 309
  21.     Height = 261
  22.     Shape = bsFrame
  23.   end
  24.   object Label1: TLabel
  25.     Tag = 361
  26.     Left = 20
  27.     Top = 24
  28.     Width = 31
  29.     Height = 13
  30.     Caption = 'Name:'
  31.   end
  32.   object Label2: TLabel
  33.     Tag = 366
  34.     Left = 20
  35.     Top = 156
  36.     Width = 33
  37.     Height = 13
  38.     Caption = 'Found:'
  39.   end
  40.   object Label3: TLabel
  41.     Tag = 364
  42.     Left = 20
  43.     Top = 112
  44.     Width = 48
  45.     Height = 13
  46.     Caption = 'Scanning:'
  47.   end
  48.   object LabelScanning: TLabel
  49.     Left = 100
  50.     Top = 112
  51.     Width = 201
  52.     Height = 13
  53.     AutoSize = False
  54.   end
  55.   object Label5: TLabel
  56.     Tag = 365
  57.     Left = 20
  58.     Top = 132
  59.     Width = 21
  60.     Height = 13
  61.     Caption = 'Hits:'
  62.   end
  63.   object Label6: TLabel
  64.     Tag = 363
  65.     Left = 64
  66.     Top = 48
  67.     Width = 221
  68.     Height = 57
  69.     AutoSize = False
  70.     Caption = 
  71.       'Use file mask to search for all files that match the file mask (' +
  72.       'e.g. '#39'*NOTE*.TXT'#39' will search all .TXT-files including the word ' +
  73.       #39'NOTE'#39' )'
  74.     WordWrap = True
  75.   end
  76.   object LabelHits: TLabel
  77.     Left = 100
  78.     Top = 132
  79.     Width = 201
  80.     Height = 13
  81.     AutoSize = False
  82.   end
  83.   object Label4: TLabel
  84.     Tag = 362
  85.     Left = 20
  86.     Top = 48
  87.     Width = 18
  88.     Height = 13
  89.     Caption = 'Tip:'
  90.   end
  91.   object ButtonCancel: TButton
  92.     Tag = 368
  93.     Left = 171
  94.     Top = 288
  95.     Width = 75
  96.     Height = 25
  97.     Cancel = True
  98.     Caption = 'Cancel'
  99.     ModalResult = 2
  100.     TabOrder = 0
  101.     OnClick = ButtonCancelClick
  102.   end
  103.   object EditName: TEdit
  104.     Left = 64
  105.     Top = 20
  106.     Width = 225
  107.     Height = 21
  108.     TabOrder = 1
  109.   end
  110.   object ListBoxFound: TListBox
  111.     Left = 16
  112.     Top = 172
  113.     Width = 281
  114.     Height = 85
  115.     ItemHeight = 13
  116.     TabOrder = 2
  117.   end
  118.   object ButtonStart: TButton
  119.     Tag = 367
  120.     Left = 60
  121.     Top = 288
  122.     Width = 75
  123.     Height = 25
  124.     Caption = '&Start'
  125.     Default = True
  126.     ModalResult = 1
  127.     TabOrder = 3
  128.     OnClick = ButtonStartClick
  129.   end
  130. end
  131.